go/types.Context.instanceHash (method)

3 uses

	go/types (current package)
		context.go#L68: func (ctxt *Context) instanceHash(orig Type, targs []Type) string {
		instantiate.go#L109: 		hashes[i] = ctxt.instanceHash(orig, targs)
		named.go#L771: 	h := ctxt.instanceHash(orig, targs.list())